Revision: arch--devo--1.0--patch-41
Archive: lord@regexps.com--2002
Creator: Tom Lord <lord@regexps.com>
Date: Thu Feb 14 16:53:55 PST 2002
Standard-date: 2002-02-14
Summary: merge with geisler
	 minor bug fixes: `whats-missing', `reconcile' and `prepare-branch'
Keywords: 
New-files: {arch}/arch/arch--devo/arch--devo--1.0/lord@regexps.com--2002/patch-log/patch-41
Modified-files: ChangeLog
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord-doc--1.0
  archive-transactions/commit.sh
  branching-and-merging/prepare-branch.sh
  branching-and-merging/reconcile.sh
  branching-and-merging/whats-missing.sh
New-patches: lord@regexps.com--2002/arch--devo--1.0--patch-41

(Geisler's patch logs omitted since his archive is
 a bit messed up at the moment and I don't want to make
 his eventual clean-up of it more difficult.  These are quotes from 
 his log:)


`prepare-branch':
	If both the FROM and TO parts of the prepare-branch do not
	involve the default archive, it won't work because get is not
	passed an archive to use and attempts to use the default,
	which is obviously wrong.  Fixed by added -A line to the get
	call.

`reconcile':
	reconcile thought it had already listed patches that matched
	partially when it should have only excluded patches that
	matched fully.  [In other words, pass the "-x" flag to grep. -t]


`whats-missing':
	comm expects the files it looks at to be sorted in the
	collating sequence of the current locale.  log-ls and
	revisions were generating results not in that order.  Sorting
	the outputs from these commands fixed things up nice and
	proper.
